Autogenerated HTML docs for v1.3.3-g16a4
diff --git a/hooks.html b/hooks.html index 626703f..657211b 100644 --- a/hooks.html +++ b/hooks.html
@@ -345,7 +345,7 @@ <p>This hook is invoked by <tt>git-receive-pack</tt> on the remote repository, which is happens when a <tt>git push</tt> is done on a local repository. Just before updating the ref on the remote repository, the update hook -is invoked. It's exit status determins the success or failure of +is invoked. It's exit status determines the success or failure of the ref update.</p> <p>The hook executes once for each ref to be updated, and takes three parameters: @@ -384,7 +384,7 @@ so it is a poor place to do log old..new.</p> <p>The default post-update hook, when enabled, runs <tt>git-update-server-info</tt> to keep the information used by dumb -transports (eg, http) up-to-date. If you are publishing +transports (e.g., http) up-to-date. If you are publishing a git repository that is accessible via http, you should probably enable this hook.</p> <p>The standard output of this hook is sent to /dev/null; if you @@ -393,7 +393,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 26-Mar-2006 01:49:03 UTC +Last updated 04-Jun-2006 07:24:39 UTC </div> </div> </body>